home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef QRLabelsH
- #define QRLabelsH
- //----------------------------------------------------------------------------
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Quickrpt.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- //----------------------------------------------------------------------------
- class TQRLabelsForm : public TQuickRep
- {
- __published:
- TTable *MasterTable;
- TQRBand *DetailBand1;
- TQRLabel *QRLabel2;
- private:
- public:
- virtual __fastcall TQRLabelsForm(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern PACKAGE TQRLabelsForm *QRLabelsForm;
- //----------------------------------------------------------------------------
- #endif
-